Uses of Class
org.jboss.byteman.rule.RuleElement

Packages that use RuleElement
org.jboss.byteman.rule   
org.jboss.byteman.rule.binding   
org.jboss.byteman.rule.expression   
 

Uses of RuleElement in org.jboss.byteman.rule
 

Subclasses of RuleElement in org.jboss.byteman.rule
 class Action
          class which represents a rule action comprising a void expression
 class Condition
          class which represents a rule condition comprising a boolean expression
 class Event
          class which represents a rule event comprising of a set of abstract bindings of event variables to evaluable expressions.
 

Uses of RuleElement in org.jboss.byteman.rule.binding
 

Subclasses of RuleElement in org.jboss.byteman.rule.binding
 class Binding
          Class used to store a binding of a named variable to a value of some given type
 

Uses of RuleElement in org.jboss.byteman.rule.expression
 

Subclasses of RuleElement in org.jboss.byteman.rule.expression
 class ArithmeticExpression
          A binary arithmetic operator expression
 class ArrayExpression
          an expression which identifies an array reference.
 class AssignableExpression
          an expression which can appear on the left hand side of an assignment expression as well as in any other expression context.
 class AssignExpression
          A binary string concatenation operator expression
 class BinaryOperExpression
          binary operators includes arithmetic and comparison operators
 class BitExpression
          A binary arithmetic operator expression
 class BooleanExpression
          A binary arithmetic operator expression
 class BooleanLiteral
          A binary logical operator expression
 class ComparisonExpression
          A binary comparison operator expression
 class ConditionalEvalExpression
          expression representing a ternary conditional evaluation (cond ? if_expr : else_expr)
 class DollarExpression
          an expression which refers either to a builtin variable or to a bound parameter of the triggering method for an ECA rule.
 class Expression
          abstract class representing an evaluable expression.
 class FieldExpression
          an expression which identifies an instance field reference
 class LogicalExpression
          A binary logical operator expression
 class MethodExpression
          an expression which identifies a method invocation
 class MinusExpression
           
 class NewExpression
          Expression which implements a new operation.
 class NotExpression
           
 class NullLiteral
          an expression which identifies a null value
 class NumericLiteral
           
 class OperExpression
          generic operator expression subsumes unary, binary and ternary operators
 class PlusExpression
          A plus operator expression which handles the case where we do not know the type of the first operand.
 class ReturnExpression
          A return expression which is used in a rule action to cause a return from the rule trigger method, supplying a return value where appropriate.
 class StaticExpression
          an expression which identifies a static field reference
 class StringLiteral
          an expression which identifies a character string.
 class StringPlusExpression
          A binary string concatenation operator expression
 class TernaryOperExpression
          ternary operators includes conditional evaluation operator 'cond ? if_expr : else_expr'
 class ThrowExpression
          Expression which implements a throw from a rule action but only where the thrown exception is declared by the trigger method or is a runtime exception which does nto need ot be declared
 class TwiddleExpression
           
 class UnaryOperExpression
          unary operators includes boolean NOT and arithmetic TWIDDLE n.b.
 class Variable
          an expression which identifies a variable occurring either as an LVALUE on the LHS of an event binding in the rule's event or as an RVALUE mentioned in the RHS of an event binding or in thre rule's conditon or action.
 



Copyright © 2012. All Rights Reserved.